home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / cert / trk3_eg / text / text.frm (.txt) next >
Encoding:
Visual Basic Form  |  1994-11-27  |  2.2 KB  |  68 lines

  1. Form1
  2. Form1
  3. Form15
  4. Command6
  5. Set Default
  6. Text2
  7. Command5
  8. Set Mask
  9. Command4
  10. Mask Select
  11. Command3
  12. Select Text
  13. Text1
  14. Text1
  15. Command2
  16. Cliptext
  17. Command1
  18. MaskedEdit1
  19.     MaskEdBox
  20. ## \Apples(
  21. Label1
  22. phone Number
  23. Command1_Click
  24. maskdit
  25. MaskedEdit1_
  26. Command2_Click
  27. ClipText
  28. form1F
  29. MaskedEdit1_ValidationError
  30. InvalidText
  31. StartPosition
  32.     Form_Load+
  33. SelStart
  34. selectstartw
  35. Command3_Click
  36. text1
  37.     SelLength
  38. startSel
  39.     LengthSel
  40. SelText
  41. Command4_Click
  42. MaskedEdit1_Change
  43. Command5_Click
  44. Text1_Change
  45. defaultThen
  46. default
  47. Text2_Change
  48. Command6_Click
  49. text2
  50. PromptInclude
  51. curmsk
  52. Command1_Click
  53. Command2_Click
  54. Command3_Click
  55. text1.Text = text1.SelText
  56. Command4_Click
  57. 23 \Apples
  58. Command5_Click
  59. ## units
  60. Command6_Click
  61.  Apples
  62. MaskedEdit1_Change
  63. If maskededit1.Mask <> "## \Apples" Or maskededit1.Text <> default Then
  64. maskededit1.Mask = "## \Apples"l
  65. End If
  66. MaskedEdit1_ValidationError
  67. MsgBox "Not a valid number"
  68.